<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0}

.clear{clear:both}
.clearfix{zoom:1} .clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

body{
	font-family: microsoft yahei, Arial!important;
	overflow-x: hidden;
}

a{
	text-decoration: none;
}

ul li{
	list-style: none;
	/*float: left;*/
}
.no-padding {
	padding: 0;
}

.fenye a{
	color: #333;
}

.fenye a:hover{
	color: #1c80d3;
}

.pro-fenye a{
	color: #333;
}






@media (max-width:991px){
	.header .nav li.on a{
		color: #ee1f29!important;
	}
}


.header .nav li:hover a{
	color: #ee1f29
}

@media (max-width:767px){
	.header{
	height: 60px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
	.header .menuBtn{
		width: 60px;
		height: 60px;
	}
	.header .menuBtn .line1{
		top: 18px;
	}
	.header .menuBtn .line2{
		top: 28px;
	}
	.header .menuBtn .line3{
		top: 38px;
	}
}



@media (max-width:1200px){
	.gw{
		display: none!important;
	}
	
	.ligw{
		
	}
}

@media (min-width:1201px){
.gw{
	position: relative;
}

.gw a{
	position: absolute;
	right: 27px;
	color: white;
	top: -5px;
}

.gw a:hover{
	color: #ee1f29;
}
	.ligw{
	 display: none!important;
	}
}





.contact{
	background: #191B1F;
	border-top:3px solid #ee1f29;
}

.contact .con .col-md-1{
	width: 12%;
	
}

.contact .con .col-md-2{
	width: 15%;
	padding: 0
}

.contact .con .col-md-3{
	width: 25%;
	padding: 0
}

.contact ul li{
	color: white;
	margin: 2% 0;
	font-size: 13px;
	text-align: left;
}

@media (max-width:767px){
	.contact ul li{
		margin: 3% 0;
		text-align: left;
	}
	.contact ul li h3{
		margin: 5% 0!important;
	}
}

.contact ul li h3{
	margin-bottom: 20px;
	font-size: 18px;
}

.contact ul li a{
	color: #ccc;
	text-decoration: none;
}

.contact ul li a:hover{
	color: white;
}

.contact img{
	margin-top: 8%;
	float: left;
}

@media (min-width:768px) and (max-width:991px){
	.contact img{
	margin-top: 10%;
	
}
}

@media (max-width:767px){
	.contact img{
	
	float: none;
		margin: 0 auto;
		margin-top: 3%;
}
}

.con-t{
	background: #191B1F;
	border-top: 1px solid #323232;
}

@media (max-width:767px){
.con-t{
	margin-bottom: 6rem;
}
}

.con-t p{
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: white;
	font-size: 14px;
}

.con-t a{
	color: white;
	font-size: 14px;
}

.con-t a:hover{
	color: #ee1f29;
	font-size: 14px;
}












#footer{height:6rem;background:#181818;font-size:1.5rem;color:#fff;overflow:hidden;position:fixed;bottom:0;z-index:10;width:100%;margin:0 auto;}

#footer li{float:left;width:33.3%;text-align:center;}

#footer li a{display:block;border-right:1px solid #494949;height:1.1rem;}

#footer li span{display:block;color:#fff;}

#footer li .icon{display:inline-block;width:2rem;height:2rem;background-position: center center;background-repeat: no-repeat;background-size:100%;background-image: url('../images/f1.png');margin-top:1rem;}

#footer li:nth-child(2) .icon{background-image: url('../images/f2.png');}

#footer li:nth-child(3) .icon{background-image: url('../images/f3.png');}

#footer li:nth-child(4) .icon{background-image: url('../images/f4.png');}


</pre></body></html>